home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / debuggers / syslog17.lha / Syslog / include / syslog.h next >
Encoding:
C/C++ Source or Header  |  1993-09-18  |  449 b   |  22 lines

  1. #ifndef SYSLOG_H
  2. #define SYSLOG_H
  3.  
  4. /**
  5.  **     $Filename: syslog.h $
  6.  **     $Revision: 1.6 $
  7.  **     $Date: 1993/09/18 21:46:49 $
  8.  **
  9.  **     Debugging log daemon -- public definitions
  10.  **
  11.  **     © Copyright 1993 Peter Simons, Germany
  12.  **       All Rights Reserved
  13.  **
  14.  **     $Id: syslog.h,v 1.6 1993/09/18 21:46:49 simons Stab simons $
  15.  **/
  16.  
  17. void initsyslog(void);
  18. void uninitsyslog(void);
  19. void syslog0(char *format,...);
  20.  
  21. #endif /* SYSLOG_H */
  22.